CmDocumentTranscript 
Logical Entity Name  CmDocumentTranscript 
Default Table Name  CmDocumentTranscript 
Physical Only  NO 
Definition 
 
Note 
 

CmDocumentTranscript Columns 
ColumnName  Domain  Datatype  NULL  Definition 
CmDocumentTranscriptID(PK)    int  NO 
 
RequestIndicator    smallint  NO 
 
AmHighSchoolID(FK)    int  YES 
 
AmCollegeID(FK)    int  YES 
 
AttendBeginDate    datetime  YES 
 
AttendEndDate    datetime  YES 
 
Fee    money  YES 
 
ProgramOfStudy    varchar(255)  YES 
 
Comment    varchar(4000)  YES 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 

CmDocumentTranscript Primary and Unique Keys 
Key Name  Key Type  Keys 
CmDocumentTranscript_CmDocumentTranscriptID_U_C_IDX  PrimaryKey  CmDocumentTranscriptID 

CmDocumentTranscript Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
AmCollege  Non-Identifying  Zero or One to Zero or More  FK_CmDocumentTranscript_AmCollegeID_AmCollege_AmCollegeID      AmCollegeID  NO  YES 
AmHighSchool  Non-Identifying  Zero or One to Zero or More  FK_CmDocumentTranscript_AmHighSchoolID_AmHighSchool_AMHighSchoolID      AmHighSchoolID  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_CmDocumentTranscript_UserID_SyStaff_SyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
CmDocument  Non-Identifying  One To Zero or More  FK_CmDocument_CmDocumentTranscriptID_CmDocumentTranscript_CmDocumentTranscriptID        NO  YES 

CmDocumentTranscript Check Constraints 
Check Constraint Name  CheckConstraint 
Chk_CmDocumentTranscript_AttendEndDate  ([AttendEndDate] >= [AttendBeginDate])